home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / efun / move_object < prev    next >
Text File  |  2001-04-06  |  635b  |  18 lines

  1. SYNOPSIS
  2.         void move_object(mixed item, mixed dest)
  3.  
  4. DESCRIPTION
  5.         The item, which can be an object_name or an object, is moved into
  6.         it's new environment dest, which can also be an object_name or an
  7.         object.        
  8.  
  9.         Since 3.2.1, the innards of move_object() are implemented in
  10.         the mudlib, using the M_MOVE_OBJECT driver hooks, and move_object()
  11.         might as well be an simul-efun.
  12.  
  13.         The traditional implementation restricted for !compat mode
  14.         the <item> to the calling object only.
  15.  
  16. SEE ALSO
  17.         remove(A), init(A), transfer(E), native(C), hooks(C), set_environment(E)
  18.